@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap);
aside::-webkit-scrollbar {
  width: 5px;
}

aside::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1); /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
}

h1, h2, h3, h4, h5 {
  display: block;
  color: #e2a300;
  font-family: "Libre Baskerville", sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 46px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 16px;
  line-height: 26px;
}

.font-title {
  font-family: "Libre Baskerville", sans-serif;
}

.font-text {
  font-family: "Open Sans", "Helvetica", Arial, sans-serif;
}

.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

.br-15 {
  border-radius: 15px;
}

.is-textcolor-primary {
  color: #e2a300 !important;
}

.is-textcolor-secondary {
  color: #67917b !important;
}

.is-textcolor-thirty {
  color: #009443 !important;
}

.is-colorbg-primary {
  background: #e2a300 !important;
}

.is-colorbg-secondary {
  background: #67917b !important;
}

.is-colorbg-thirty {
  background: #009443 !important;
}

.is-colorbg-grey-light {
  background: #F8F8F8 !important;
}

.is-btn-primary {
  background: #e2a300;
  color: white;
  border: 0;
}

.is-btn-secondary {
  background: #67917b;
  color: white;
  border: 0;
}

.is-btn-thirty {
  background: #009443;
  color: black;
  border: 0;
}

.has-shadow {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.force-fullwidth {
  width: 100% !important;
}

.force-twentywidth {
  width: 20% !important;
}

.force-thirdwidth {
  width: 30% !important;
}

.force-middlewidth {
  width: 50% !important;
}

.owl-stage-outer {
  padding-bottom: 30px;
}

body {
  font-family: "Open Sans", "Helvetica", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  background: white;
}
body img {
  display: block;
  max-width: 100%;
}
body p {
  font-size: 18px;
  line-height: 26px;
  display: block;
  margin-bottom: 15px;
}
body .no-events {
  pointer-events: none;
}
body .image-media {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}

.my-header {
  box-sizing: border-box;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.my-header img {
  display: block;
  max-width: 60%;
  padding: 0 20px;
  margin-bottom: 10px;
}
.my-header #mobileNav {
  position: absolute;
  top: 25%;
  right: 5%;
  padding: 10px;
  font-size: 36px;
  color: #67917b;
}
.my-header .mobile-nav-layout {
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  background: #009443;
  overflow: hidden;
  padding-bottom: 0;
  height: 100vh;
  z-index: 9000;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.my-header .mobile-nav-layout ul {
  margin: 0;
  padding: 0;
}
.my-header .mobile-nav-layout ul li {
  display: block;
}
.my-header .mobile-nav-layout ul li a {
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  color: white;
  font-family: "Libre Baskerville", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  position: relative;
}
.my-header .mobile-nav-layout ul li a .art {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 2px solid #e2a300;
  width: 65%;
}
.my-header .bar-whatsapp {
  background: #2db742;
  color: white;
}
.my-header .bar-whatsapp a {
  color: inherit;
  display: block;
  font-weight: bold;
  font-size: 20px;
  padding: 0 20px;
}
.my-header .bar-whatsapp a small {
  font-weight: normal;
  font-size: 16px;
  margin-left: 20px;
}

footer {
  background: #e2a300;
}
footer .is-rates-pie {
  background: #e7c05b;
  padding: 10px;
  border-radius: 5px;
}

.is-seasons {
  background: #67917b;
}

.is-fullvideo {
  overflow: hidden;
}
.is-fullvideo video {
  display: none;
}
.is-fullvideo .is-birds {
  padding: 20px;
  background: #67917b;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .my-header img {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .my-header img {
    max-width: 100%;
  }
  .my-header #mobileNav {
    display: none;
  }
  .my-header .mobile-nav-layout {
    position: relative;
    left: 0;
    width: 100%;
    background: none;
    height: auto;
    line-height: 65px;
  }
  .my-header .mobile-nav-layout ul {
    text-align: right;
    line-height: 85px;
  }
  .my-header .mobile-nav-layout ul li {
    display: inline-block;
  }
  .my-header .mobile-nav-layout ul li a {
    color: black;
    font-size: 16px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
  }
  .my-header .mobile-nav-layout ul li a .art {
    display: none;
  }
  .my-header .mobile-nav-layout ul li a:hover {
    color: #e2a300;
  }
  .my-header .mobile-nav-layout ul li:last-of-type {
    display: none;
  }
  .is-fullvideo {
    position: relative;
    height: 500px;
    overflow: hidden;
  }
  .is-fullvideo video {
    display: block;
  }
  .is-fullvideo .is-text,
  .is-fullvideo .is-birds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 0 !important;
  }
  .is-fullvideo .is-text h1,
  .is-fullvideo .is-birds h1 {
    margin-top: 75px !important;
  }
  .is-fullvideo .is-text p,
  .is-fullvideo .is-birds p {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .is-fullvideo .is-birds {
    text-align: center;
    padding-top: 50px;
  }
  .is-fullvideo .is-birds p {
    color: black !important;
  }
  .is-fullvideo .is-birds ul li {
    color: black !important;
  }
  .desktop-over {
    margin-top: -100px;
  }
  .nearby-desktop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .nearby-desktop li {
    width: 33.33%;
  }
}
